-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adds a nala folder in the mep folder #3096
Conversation
|
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## stage #3096 +/- ##
=======================================
Coverage 96.45% 96.45%
=======================================
Files 246 246
Lines 55909 55909
=======================================
Hits 53925 53925
Misses 1984 1984 ☔ View full report in Codecov by Sentry. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@@ -0,0 +1,5 @@ | |||
// give a one-second delay to allow the DOM structure to exist | |||
|
|||
setTimeout(function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <prefer-arrow-callback> reported by reviewdog 🐶
Unexpected function expression.
setTimeout(function () { | |
setTimeout(() => { |
@@ -0,0 +1,5 @@ | |||
// give a one-second delay to allow the DOM structure to exist | |||
|
|||
setTimeout(function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unexpected unnamed function.
// give a one-second delay to allow the DOM structure to exist | ||
|
||
setTimeout(function () { | ||
document.querySelector("body").style.color="orange"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// give a one-second delay to allow the DOM structure to exist | ||
|
||
setTimeout(function () { | ||
document.querySelector("body").style.color="orange"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <space-infix-ops> reported by reviewdog 🐶
Operator '=' must be spaced.
document.querySelector("body").style.color="orange"; | |
document.querySelector("body").style.color = "orange"; |
// give a one-second delay to allow the DOM structure to exist | ||
|
||
setTimeout(function () { | ||
document.querySelector("body").style.color="orange"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try again |
This adds a nala folder and test script in the libs/mep folder so that we can run a mep test for "insertScript"
Applies to: MWPW-155037
Test URLs: